home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / gg / termcap-mos-bi.lha / README.AMIGAOS_MORPHOS
Text File  |  2004-08-17  |  2KB  |  73 lines

  1. 1. Introduction
  2. ---------------
  3. This file describes particular issues on AmigaOS/MorphOS port of termcap v1.3.1.
  4.  
  5. 2. Requirements
  6. ---------------
  7. Termcap requires no additional compinents to be built (except base ones: ksh,
  8. gcc, and, of course, ixemul.library)
  9.  
  10. 3. Installation
  11. ---------------
  12. - Extract the archive into your GeekGadgets tree
  13. - For AmigaOS:
  14.   Go to shell and execute "setenv TERM amiga";
  15.   Copy file ENV:TERM to your ENVARC: directory.
  16. - For MorphOS:
  17.   - Go to shell and execute "setenv SAVE TERM morphos".
  18.  
  19. 4. Usage
  20. --------
  21. On Amiga some very important keys are absent: PageDown, PageUp, Home and End.
  22. In "amiga-8bit" terminal definition they are now mapped as follows:
  23.  
  24. Home    Shift+Left
  25. End     Shift+Right
  26. PgUp    Shift+Up
  27. PgDn    Shift+Down
  28.  
  29. On Pegasos those keys on keyboard will be fully functional. Also F11, F12 and
  30. "Insert" are defined.
  31.  
  32. 5. Compiling
  33. ------------
  34. To recompile termcap just cd to the directory with sources and type (if you use
  35. standard Amiga shell):
  36.  
  37.     sh configure --prefix=/gg --enable-install-termcap
  38.  
  39. Or from UNIX shell (like ksh):
  40.  
  41.     ./configure --prefix=/gg --enable-install-termcap
  42.  
  43. MorphOS shell make things even easier:
  44.  
  45.         configure --prefix=/gg --enable-install-termcap
  46.  
  47. "--enable-install-termcap" switch tells to install supplied termcap database
  48. instead of old one.
  49.  
  50. When the configuration process finishes, type:
  51.  
  52.     make
  53.  
  54. After compiling you may install the program by using:
  55.  
  56.     make install
  57.  
  58. To clean up the distribution (erase all binary and object files) you can use:
  59.  
  60.     make distclean
  61.  
  62. 6. Known bugs
  63. -------------
  64. Currently i know no AmigaOS/MorphOS-specific bugs in termcap. If you notice
  65. something (missing keys for example), feel free to let me know.
  66.  
  67. 7. Port author
  68. ---------
  69. My name is Pavel Fedin, i live in Russia, and you can always reach me by
  70. E-Mail:
  71.  
  72.     sonic_amiga@rambler.ru
  73.